home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 71 / MOBICLIC 71.ISO / mac / DATA / COMMUN / temp0001 / 00269_Script_LANCEMENT_SON_QUELCONQUE-SANS_ENREGISTREMENT_DE_LABEL < prev    next >
Text File  |  2004-12-05  |  349b  |  16 lines

  1. property pNom_son
  2. -----------------
  3. on getPropertyDescriptionList me
  4.   return [#pNom_son:[#comment: "nom du fichier son:",#format:  #string, #default: EMPTY ]]
  5. end getPropertyDescriptionList
  6. ---------------------
  7. on prepareFrame me
  8.   cursor -1
  9. end
  10. ----------------
  11. on exitFrame me
  12.   niveauSon()
  13.   joueson(pNom_son)
  14. end
  15. --------------
  16.